JAMS Developer Guide
CommandText Property (SQLQueryScalar<TResult>)


MVPSI.JAMS.Activities Namespace > SQLQueryScalar<TResult> Class : CommandText Property
The SQL Query to run.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DescriptionAttribute("The SQL Query to run.")>
Public Property CommandText As System.String
'Usage
 
Dim instance As SQLQueryScalar(Of TResult)
Dim value As System.String
 
instance.CommandText = value
 
value = instance.CommandText
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.Description("The SQL Query to run.")]
public System.string CommandText {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SQLQueryScalar<TResult> Class
SQLQueryScalar<TResult> Members